<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*首页*/
.i_pro_bg2{ width:100%;}
.i_pro_t{ height:100px; overflow:hidden; line-height:50px; text-align:center;  font-size:34px; color:#333333;  margin-bottom:3%; margin-top:60px; font-family:Impact;}

 .category-list {
	margin: 30px auto;
	width:80%;
	margin-left:10%;
	padding-bottom:50px;
}
.category-list .item {
	width: 164px;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	color: #555;
	background-color: #f1f1f1;
	border-radius: 2px;
	margin: 3px 2.8%;
	float:left; text-align:center;
}
.category-list .item:hover, #products &gt; .category-list .item.on {
	color: #fff;
	background-color: #097094;;
}
.category-list .item i {
	font-size: 20px;
	margin-right: 20%;
	vertical-align: middle;
}

.show992 {
	display: none;
}


/*滚动产品与案例*/
/*.owl-carousel .owl-wrapper:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*//* mouse grab icon*/
.grabbing{cursor:url(../images/grabbing.png) 8 8, move;}
/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-theme .owl-controls{margin-top:20px;text-align: center;}
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:38px; height:74px;/*IE7 life-saver*/ text-indent:40px; margin-top:-16%; z-index:9; position:relative; overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/i_pro_left.png) no-repeat; float:left;}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background:url(../images/i_pro_left_on.png) no-repeat;}
.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/i_pro_right.png) no-repeat; float:right;}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background:url(../images/i_pro_right_on.png) no-repeat; }
/* Clickable class fix problem with hover on touch devices*//* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ display:none;}
.owl-theme .owl-controls .owl-page span{display: block;width: 16px;height: 16px;margin: 5px 7px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background:url(../images/i_bg3.png) no-repeat;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background:url(../images/i_bg4.png) no-repeat;}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
/* preloading images*/
.owl-item.loading{min-height: 150px;background: url(../images/ajaxloader.gif) no-repeat center center}
#owl-demo{ padding-bottom:3%; width:80%; margin:0 auto; height:360px;  }
#owl-demo .item{   width:50% !important;  float:left; position:relative; margin-bottom:60px;   }
#owl-demo .item img{/*display: block;*/ width: 100%; }
#owl-demo .item .bg-list-img{  bottom:49px; position:absolute; z-index:-9999; left:0; top:0px; }
#owl-demo .item .bg-list-tit{ height:56px; overflow:hidden; bottom:0; position:absolute; text-align:center; width:100%;}
#owl-demo .item .bg-list-tit h4{ margin:0 auto; display:inline-block; border-bottom:2px solid #e2e2e2; font-weight:normal; font-size:18px; line-height:54px; padding-left:10px; padding-right:10px;}
#owl-demo .item .bg-list-more{ width:100%; position:absolute; bottom:0; background:url(../images/i_por_pic1.png) center 38px no-repeat #3c3a38; height:56px; line-height:46px; font-size:14px; color:#fff; text-align:center;filter: Alpha(Opacity=0);/*IE7 fix*/opacity: 0;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
#owl-demo .item .i_pro_bg{position:absolute; width:100%; bottom:56px; /*height:100%;*/height:89%;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;filter: Alpha(Opacity=0);/*IE7 fix*/opacity: 0; left:0;}
#owl-demo .item .bg-list-words{ border:2px solid #fff !important; width:95%; height:100% !important; margin:15px auto; position:inherit; z-index:9999;   text-align:center; padding-top:100px; padding-bottom:75px;}
#owl-demo .item .bg-list-words:hover{border:2px solid #f00 !important;}
#owl-demo .item .bg-list-words a{ color:#fff; font-size:18px;}
#owl-demo .item .bg-list-words a p{ color:#fff; font-size:18px; margin-top:20px; width:100%;  }


/*首页产品*/
#owl-demo2{   width:80%; margin:1% auto; height:562px;}
#owl-demo2.owl-theme .owl-controls .owl-buttons{ position:absolute; top:40%; width:100%; left:0; height:0;}
#owl-demo2.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:59px; height:90px;/*IE7 life-saver*/ text-indent:60px;overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s; margin-top:0;}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(../images/i_case_left.png) no-repeat; float:left;}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background:url(../images/i_case_left_on.png) no-repeat;}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(../images/i_case_right.png) no-repeat; float:right;}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background:url(../images/i_case_right_on.png) no-repeat; }

#owl-demo2.owl-theme .owl-controls .owl-page{ display:inline-block;}
#owl-demo2 .item{ width:42%;margin: 0px;   float:left; background:#097094; display:block;}
#owl-demo2 .item a{ display:block;}
#owl-demo2 .item .i_p_title{ margin-top:12%; font-size:28px; font-family:"微软雅黑"; color:#fff; padding-left:10%; padding-right:8%;}
#owl-demo2 .item p{ color:#fff;  font-size:14px; line-height:28px; }
#owl-demo2 .item a img{ width:35%;display: block; margin:29.5px auto; float:right; padding-right:30px;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s; }
#owl-demo2 .item2{ width:58%; float:left;}
#owl-demo2 .item2 .i_plist_t{ padding-left:10%;}
#owl-demo2 .item2 .i_plist_t p{ line-height:24px; font-family:"微软雅黑"; font-size:16px; }
#owl-demo2 .item2  ul li{ border:1px solid #ccc; float:left; width:33%; padding-bottom:4%; padding-top:4.8%;}
#owl-demo2 .item2  ul li:nth-child(1){ border-right:none; border-bottom:none;}
#owl-demo2 .item2  ul li:nth-child(2){ border-right:none; border-bottom:none;}
#owl-demo2 .item2  ul li:nth-child(3){ border-bottom:none;}
#owl-demo2 .item2  ul li:nth-child(4){ border-right:none;}
#owl-demo2 .item2  ul li:nth-child(5){ border-right:none;}
#owl-demo2 .item2  ul li a{ display:block;}
#owl-demo2 .item2  ul li a .i_plist_t img{ float:right; width:100%;  padding-top:11.2%; -webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s; }
#owl-demo2 .item2  ul li a .i_plist_t img:hover{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}


/*关于我们*/
.i_about_t{ height:100px; overflow:hidden; line-height:50px; text-align:center;  font-size:34px; color:#333333;  margin:0px auto; /*margin:40px auto;*/ font-family:Impact; width:80%;}
.i_about{padding-bottom:2%; overflow:hidden; /**background:url(../images/i_about_bg.jpg)**/  center top no-repeat; background-size:cover;}
.i_about .i_about_con{ width:80%; margin:0 auto;  position:relative; height:520px;    }
.i_about .imgs{  width:51%; overflow:hidden; margin-top:6.5%;  position:absolute; float:right;  right:0px; }
.i_about .imgs img{ width:100%; float:right;}
.i_about .imgs img:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}
.i_about .i_about_r{ float:left; width:57%; margin-left:0%; overflow:hidden; color:#666666; font-size:14px; line-height:28px; margin-right:2.5%; padding-top:4%;  position:absolute; 
/*background:#f2f5fa;*/
	
}
.i_about .i_about_r .i_about_t2{ font-size:36px; font-weight:bold; letter-spacing:6px; line-height:60px;}
.i_about .i_about_r .i_about_txt{ padding-top:3%;}
.i_about .i_about_r .i_about_txt h1{ font-size:24px; color:#097094; font-family:"微软雅黑"; margin-left:7%; padding-bottom:2.5%;}
.i_about .i_about_r .i_about_txt p{margin-left:7%; margin-right:7%; width:65%; text-indent:2em;}
.i_about .i_about_r .i_about_txt .i_about_span{ font-size:18px; font-weight:bold;}
.i_about .i_about_r .i_about_more{ width:184px; height:48px; overflow:hidden;  text-indent:39px; font-size:14px; letter-spacing:1.5px; display:block; margin-top:2%; margin-bottom:3%; line-height:48px; color:#097094; clear:both;}
.i_about .i_about_r .i_about_more:hover{filter: Alpha(Opacity=80);opacity: 0.8;transition: all 0.3s;}
.i_about_r ul{ margin-left:6.5%; padding-bottom:7%;}
.i_about_r ul li{ float:left; width:110px; margin-bottom:30px;}
.i_about_r ul li a{  border:1px solid #ccc; line-height:40px; padding:12px 20px 12px 20px; border-radius:5px;}

/*资讯中心*/
.i_news_bg{ padding-bottom:2%; overflow:hidden;}
.i_news_a{ text-align:center; overflow:hidden; padding-top:1%; padding-bottom:1%; font-size:17.8px; margin-top:10px;}
.i_news_a a{ display:inline-block; color:#fff; margin-left:12px; margin-right:12px;}
.i_news_a a.osel{ color:#d23e4a;}
.i_news_con{overflow:hidden; width:80%; margin:0 auto; margin-top:10px; padding-bottom:20px; }
.i_news_con .i_news_div{ display:none; overflow:hidden; padding-bottom:7px;}
.i_news_con .i_news_div img{ width:50%; display:block; float:right;}
/*首页公司资讯*/

#owl-demo3{ text-align:center;}
#owl-demo3.owl-theme .owl-controls{ margin-top:0;}
#owl-demo3 .item{margin: 0px;}
#owl-demo3 .item img{display: block;height: 100%;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s; }
#owl-demo3 .item dd{ width:100%; margin:0 auto; position:relative; overflow:hidden;}
#owl-demo3 .item dd .imgs{ width:50%; overflow:hidden; float:right; position:relative;}
#owl-demo3 .item dd .imgs h2{ height:46px; line-height:46px; background:url(../images/i_news_bg4.png) repeat; overflow:hidden; bottom:0; left:0; width:94%; position:absolute; color:#fff; text-align:left; font-weight:normal; font-size:16px; padding-left:3%; padding-right:3%;}
#owl-demo3 .item dd .imgs h2 em{ float:right; margin-left:10px;}
#owl-demo3 .item dd .i_news_l{  width:100%; height:100%; left:0; top:0;}
#owl-demo3 .item dd .i_news_l ul{ }
#owl-demo3 .item dd .i_news_l ul li{width:33%;   float:left; padding-top:2%; text-align:left; overflow:hidden;}
#owl-demo3 .item dd .i_news_l ul li .four_txt{ float:left; width:100%; overflow:hidden; text-align:left;transition:all 0.3s;}
#owl-demo3 .item dd .i_news_l ul li .four_txt .four_txt_img{width:12px; height:12px; float:left; margin-top:10px;  display:none;}
#owl-demo3 .item dd .i_news_l ul li .four_txt h2{ height:50px; line-height:50px; margin-top:1%; overflow:hidden; font-weight:normal; font-size:18px; padding-left:20px; padding-right:10px; color:#121212;}
#owl-demo3 .item dd .i_news_l ul li .four_txt p{ padding-top:10px; line-height:20px; height:40px; overflow:hidden;padding-left:20px; padding-right:10px; font-size:14px; color:#666;}
#owl-demo3 .item dd .i_news_l ul li:hover .four_txt{ color:#333;}
#owl-demo3 .item dd .i_news_l ul li:hover .four_txt h2{color:#097094; background:url(../images/news_t_bg.png) left bottom no-repeat;}
#owl-demo3 .item dd .i_news_l ul li:last-child{ background:none;}


/****************锅炉选型****************/

.row {
  width:80%;
  margin:0 auto;
  
}

.tab .nav-tabs { border-bottom: none; width:40%; float:left; }
.tab .nav-tabs li {width:47%; margin-left:3%; z-index: 1; margin-bottom:3%;background:#fff; }
/*.tab .nav-tabs li:after { content: ""; width: 100%;  position: absolute; top: 50%; right: -60%; z-index: -1; }*/
.tab .nav-tabs li:last-child:after { border: none; }
.tab .nav-tabs li a h1{ font-size:16px; font-weight:bold; font-family:"微软雅黑"; color:#000000; text-align:center; padding:10px 0px 10px 0px;}
.tab .nav-tabs li a p{ font-size:12px; color:#666666; font-weight:normal; text-align:center; padding-bottom:12px;}
.tab .nav-tabs li a { text-decoration:none; display: block;  font-size: 14px; font-weight: 600; color: #fff;   border-radius: 0; position: relative; overflow: hidden; z-index: 1; transition: all 0.3s ease 0s; }
.tab .nav-tabs li a img{ width:40%; margin-left:30%;}

.tab .nav-tabs li.active{ background:#097094;}
.tab .nav-tabs li.active a h1, .tab .nav-tabs li.active a p{ color:#fff;}


/*.nav-tabs li:hover{background:#097094;}
.nav-tabs li a:hover{background:#097094;}*/
/*.nav-tabs li a:hover h1 , .nav-tabs li a:hover p{ color:#fff; }*/
.tab .tab-content { height:372px; background:url(../images/g_bg2.png) no-repeat; padding: 20px 10px; margin-top: 0; font-size: 14px; color: #999; line-height: 26px; width:55%; float:left; margin-left:3%; }
.tab .tab-content h3 { font-size: 24px; margin-top: 0; }
.col-md-offset-3{ width:100%; margin-left:0px;}

/****************锅炉选型***************/
ul,li{margin:0;padding:0;}
li{list-style:none;}
.yrnx_ul{ float:left;}
.yrnx_ul li{float:left;display:inline; margin:0px 10px 10px 20px; }
.yrnx_ul li a{background:url(../images/gbg_1.jpg) left center no-repeat; display:block; font-size:12px; font-family:"微软雅黑"; font-weight:bold;   color:#097094; background:#fff;   padding:6px 25px 6px 25px; border-radius:5px;}
.yrnx_ul li a:hover,.yrnx_ul li a.hover{background:#097094; color:#fff; }
.form_item{ font-size:12px;height:35px; }
.form_tit{float:left;height:35px;line-height:35px; text-align:left; color:#333333; font-weight:bold; font-size:12px;   }
.form_radio{float:left;height:26px;padding:12px;margin-left:-10px;}
.form_radio input{margin:0 10px;}
.form_input{width:100px;float:left;}
.form_input input{ font-size:14px !important; background:#f0f1f1;border:1px solid #ccc; border-radius:5px; margin-top:4px;padding:0;width:70px;height:25px;line-height:25px;font-size:16px;padding-left:10px;font-weight:bold;color:#097094;}
.form_other{height:50px;line-height:41px;padding-left:10px}
.form_select{ float:left;text-align:left; font-size:12px; font-family:"微软雅黑"; font-weight:bold;   color:#097094; background:#fff;   padding:3px 5px 3px 5px; border-radius:5px;}
.form_select select{ float:left; background:#f0f1f1;line-height:35x;font-size:12px;  padding:3px 20px 5px 20px; border:1px solid #ccc; color:#097094; font-weight:bold; border-radius:5px;} 
.form_other a{font-size:12px;padding-left:15px;}
#result{ width:95%; margin-top:-13px;   border:1px solid #ccc; padding:0px 10px 10px 10px; border-radius:5px; background:#fff;}

.scroll_wrap {
	width: 100%;
	height: 120px;
	position: relative;
}
.scroll_wrap .scroll_cont {
	width:100%;
	height: 100%;
	overflow: hidden;
}
#result_rfh{text-align:left;font-size:14px; width:100%; float:left; line-height:18px;}
#result_rfh p{ text-indent:0em; line-height:18px;}
#result_rfh p span{font-size:14px;color:#097094; }
#result_rfh p.ck{font-size:12px;padding:0;margin:0;}
li{list-style:none}
#result_xx{text-align:left;}
#result_xx p{line-height:24px;margin:0; text-indent:0em;}
#result_xx ul{  }
#result_xx li{font-size:14px;color:#097094;  margin-left:0px; list-style:decimal;list-style-position:inside; line-height:24px;}
#result_xx span.boiler_xh{padding-right:20px;}
#result_xx p a{padding:10px;color:#39F;}

/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:-10px;
	width: 5px;
	height: 100%;
	background-color: #e4e4e4;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 48px;
	background-color: #525252;
	border-radius:5px;
	opacity: .5
}
.scroll_wrap .scroll_slider:hover{
	opacity: 1
}

.rsboiler_xx_div{padding-left:15px}
.form_submit{ float:left;}
.form_submit input{padding:8px 20px;  background:#097094; color:#fff; border-radius:5px; margin-left:20px; margin-top:5px;}
#select_radiotxt{ float:left;font-size:14px; font-family:"微软雅黑"; font-weight:bold; margin-bottom:20px; color:#097094; background:#fff; width:80px; padding:6px 0px 6px 15px; border-radius:5px;}
#select_cn{ width:270px; float:left; padding-bottom:10px; margin-top:5px; }
#select_wsrs{ width:100%; float:left; margin-top:0px;}
.zlxz{ width:81%; margin:0 auto;}
.zlxz ul li{ width:45%; margin-left:8.5%; float:left; padding:9px 0px 10px 0px;}
.zlxz ul li:first-child{ margin-left:0px;}
.zlxz ul li a{ display:block;}
.zlxz ul li a img{ width:100%;}
.shfw{ width:94%; margin:10px auto;}
.shfw ul li{ width:33.3%; float:left; text-align:center; background:#fff; padding:3.5% 0px 4.6% 0px; color:#333333;}
.case_i{ width:85%; margin:0 auto;}
.case_i ul li{ float:left; margin-left:15px;}
.case_i ul li a img{ width:100%;}
.case_i ul li:nth-child(1){ width:25%; margin-left:6px;}
.case_i ul li:nth-child(2){ width:43%; height:auto;}
.case_i ul li:nth-child(3){ width:22.8%;}
.case_i ul li:nth-child(4){ width:25%; margin-left:6px; margin-top:-14%;}
.case_i ul li:nth-child(5){ width:43%; height:auto; margin-top:2%;}
.case_i ul li:nth-child(6){ width:22.8%; margin-top:2%;}
@media only screen and (max-width:1024px){
.tab .nav-tabs{ width:100%;}
.tab .nav-tabs li{ width:49%; float:left; margin-right:1%; margin-left:0%; }
.tab .nav-tabs li a img, .tab .nav-tabs li a p{ display:none;}
.tab .tab-content{ width:100%; margin-left:0%; padding:20px 0px 20px 0px;}
.tab .tab-content{ height:auto;}
.form_item{   margin-left:10px; margin-top:20px;}
#item_2{ margin-left:10px !important;}
.yrnx_ul li{ margin:0px; margin-right:10px;}
.yrnx_ul li a{ padding:6px 15px 6px 15px;}
.nav-tabs li a:hover h1, .nav-tabs li a:hover p{ color:#fff; background:#097094;}
.case_i{ width:100%;}
.case_i ul li:nth-child(2), .case_i ul li:nth-child(5){ width:40%;}
.shfw ul li a p{ font-size:16px;}
#yrlx{ margin-top:0px;}
}
@media only screen and (max-width:768px){
#i_pro_bg2{ padding-top:20px !important;} 
}

@media only screen and (max-width: 767px) {
.tab .nav-tabs li { margin: 0 25px 0 0; }
}

@media only screen and (max-width: 479px) {
.tab .nav-tabs li { width: 50%; text-align: center; margin: 0 0 10px 0;  }
.tab .nav-tabs li:after { width: 0; height: 100%; top: auto; bottom: -60%; right: 50%;  }

}

@media screen and (max-width: 1920px) {
#owl-demo{ height:470px;}
#owl-demo .item{ height:470px;}	
.category-list .item{margin:3px 2.35%; -webkit-margin:3px 1.1%;}
#owl-demo2 .item2 ul li{padding-top:4.5%;}
#owl-demo2 .item2  ul li a .i_plist_t img{ padding-top:10.7%;}}
.i_about .imgs{margin-top:2%;}
.tab .tab-content { height:352px;}
.zlxz ul li{ width:42%;}
.case_i ul li:nth-child(5){margin-top:0.7%;}
.case_i ul li a img{ width:92%;}
#news_index{ margin-top:20px;}
#video_width{width:770px; height:400px;}
.scroll_wrap {
	width: 100%;
	height: 190px;
	position: relative;
}
.i_about .i_about_r .i_about_more{ margin-left:30px;}
#result{ width:95%; margin-top:-3px; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
.category-list .item{margin:3px 2.35%; }
#owl-demo2 .item2  ul li a .i_plist_t img{ padding-top:12.6%; }
.i_about .imgs{margin-top:2%;}
.i_about .i_about_r .i_about_more{ margin-left:8px;}
.scroll_wrap {
	width: 100%;
	height: 182px;
	position: relative;
}
.tab .tab-content { height:352px;}
}

@media screen and (max-width: 1600px) {

#owl-demo .item .i_pro_bg{ height:88%;}

.owl-theme .owl-controls .owl-buttons div{ margin-top:-20%;}
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	#owl-demo2 .item2  ul li{ padding-bottom:3.6%; padding-top:5.6%;}
	.i_pro_bg2 &gt; .category-list {margin-left:10%;}
}*/
@media screen and (max-width: 1366px) {
#result{ width:95%; margin-top:-13px; }
#owl-demo{ height:340px;}
#owl-demo .item{ height:340px;}	
.i_about .i_about_con{ width:80%; height:510px;}
.i_about .imgs{ width:51%;}
@media screen and (-webkit-min-device-pixel-ratio:0) {#owl-demo2 .item2 ul li{ padding-bottom:4.7%; }}
#owl-demo2 .item2 ul li{ padding-bottom:4.3%; -moz-padding-bottom:4.7%;}

#owl-demo2 .item2  ul li a .i_plist_t img{ padding-top:47px }
.category-list .item{margin:3px 2%;}
#owl-demo2 .item2  ul li a .i_plist_t img{ /*padding-top:25%*/  padding-top:4%}
.i_about .imgs{margin-top:6.5%;}
.tab .tab-content { height:280px;}
.zlxz ul li{ width:45%;}
.case_i ul li a img{ width:100%;}
.case_i ul li:nth-child(5){margin-top:2%;}
#news_index{ margin-top:20px;}
#video_width{width:550px; height:370px;}
.scroll_wrap {
	width: 100%;
	height: 120px;
	position: relative;
}
.i_about .i_about_r .i_about_more{ margin-left:0px;}
} 
@media screen and (max-width: 1280px) {
#owl-demo{ height:305px;}
#owl-demo .item{ height:305px;}

.owl-theme .owl-controls .owl-buttons div{ margin-top:-26%;}
}
@media screen and (max-width: 1200px) {
/*首页公司资讯*/
#owl-demo3 .item dd .i_news_l ul li{ padding-bottom:3%;}
#owl-demo3 .item dd .i_news_l ul li .four_date b{ font-size:40px;line-height:40px; }
#owl-demo3 .item dd .i_news_l ul li .four_txt h2{ font-size:16px; height:24px; line-height:24px;}

/*首页行业资讯*/
#owl-demo4 .item dd .i_news_l ul li{ padding-bottom:3%;}
#owl-demo4 .item dd .i_news_l ul li .four_date b{ font-size:40px;line-height:40px; }
#owl-demo4 .item dd .i_news_l ul li .four_txt h2{ font-size:16px; height:24px; line-height:24px;}
}
@media screen and (max-width: 1100px) {

#owl-demo{ height:270px;}
#owl-demo .item{ height:270px;}
#owl-demo2 .item p{ line-height:22px;}
#owl-demo2 .item2 ul li a .i_plist_t img{ width:78%;}
#owl-demo2 .item .i_p_title{ font-size:24px;}
#owl-demo2 .item img{ margin:14.5px auto;}
#owl-demo2 .item2 ul li{ padding-bottom:4.7%;}
.i_about .i_about_r .i_about_txt p{ margin-left:3%; margin-right:3%; width:75%;}
.i_about .imgs{ margin-top:11%;}
#owl-demo2{width:100%; height:460px;}
.i_about .i_about_r .i_about_txt h1{ font-size:18px;}
.i_about .i_about_r .i_about_txt p{ line-height:20px;}
.i_about_r ul li{ width:110px;}
.i_about .i_about_con{ width:100%; height:860px;}
.i_about .i_about_r{width:80%; margin:0 auto; position:static; float:none; }
.i_about .i_about_r .i_about_txt p{ width:92%;}
.i_about_r ul li{ width:105px;}
.i_about .imgs{ float:left; position:relative; margin:5% auto; float:none; width:80%;}
.i_about .i_about_r .i_about_txt h1{ font-size:20px;}
#owl-demo2 .item2 ul li a .i_plist_t img{ padding-top:42px;}
#owl-demo2 .item2 .i_plist_t p{ font-size:14px;}
} 
@media screen and (max-width: 1024px) {
#owl-demo .item{ height:437px;}
/*首页公司资讯*/
#owl-demo3 .item dd .i_news_l ul li{padding-top:3%;}
#owl-demo3 .item dd .i_news_l ul li .four_date b{ font-size:30px;line-height:30px; }
#owl-demo3 .item dd .i_news_l ul li .four_txt p{ height:20px;}

/*首页行业资讯*/
#owl-demo4 .item dd .i_news_l ul li{padding-top:3%;}
#owl-demo4 .item dd .i_news_l ul li .four_date b{ font-size:30px;line-height:30px; }
#owl-demo4 .item dd .i_news_l ul li .four_txt p{ height:20px;}
.i_about .imgs{ margin:4% auto;}
.i_about .i_about_con{ width:100%; height:900px;}
}
@media screen and (max-width:979px) {
.show992 {
	display: block;
}
.hide992 {
	display: none;
}
.i_pro_bg2 &gt; .category-list{ padding-bottom:0px; margin-bottom:20px; margin-top:20px;}
}
@media screen and (max-width:979px) {
/*案例*/
.owl-theme .owl-controls .owl-buttons div{ margin-top:-27%;}
#owl-demo{ height:200px;}
#owl-demo .item{ height:200px;}

#owl-demo .item .i_pro_bg{ height:82%;}
#owl-demo .item:hover .bg-list-img{ height:83%;}
#owl-demo .item .bg-list-hs p{ height:110px;}
/*首页公司资讯*/
#owl-demo3 .item dd .i_news_l ul li{padding-top:2%; width:100%;}
#owl-demo3 .item dd .imgs h2{ font-size:14px; height:36px; line-height:36px;}

/*首页行业资讯*/
#owl-demo4 .item dd .i_news_l ul li{padding-top:2%; width:100%;}
#owl-demo4 .item dd .imgs h2{ font-size:14px; height:36px; line-height:36px;}

}
@media screen and (max-width:830px) {
/*首页公司资讯*/
#owl-demo3.owl-theme .owl-controls .owl-buttons{ top:50%;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-prev{ float:left;}
#owl-demo3.owl-theme .owl-controls .owl-buttons div.owl-next{ float:right;}
#owl-demo3 .item dd .imgs{ display:none;}
#owl-demo3 .item dd .i_news_l{ width:100%; position:relative;}

/*首页行业资讯*/
#owl-demo4.owl-theme .owl-controls .owl-buttons{ top:50%;}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev{ float:left;}
#owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next{ float:right;}
#owl-demo4 .item dd .imgs{ display:none;}
#owl-demo4 .item dd .i_news_l{ width:100%; position:relative;}
}
@media screen and (max-width:789px) {
/*案例*/
.owl-theme .owl-controls .owl-buttons div{ margin-top:-41%;}
#owl-demo .item{ height:170px;}
#owl-demo .item .i_pro_bg{ height:82%;}
#owl-demo .item:hover .bg-list-img{ height:83%;}
#owl-demo3 .item dd .i_news_l ul li .four_date b{ font-size:20px;line-height:30px; }
#owl-demo4 .item dd .i_news_l ul li .four_date b{font-size:20px;line-height:30px;}
#owl-demo2 .item dd h2{ font-size:14px;}
}

@media screen and (max-width: 768px) {
.owl-theme .owl-controls .owl-buttons div{ margin-top:-40%;}
/*关于我们*/
.i_about .imgs{ width:94%; margin-left:3%;}
.i_about .i_about_r{ width:94%; padding-top:2%; padding-bottom:1%; margin-right:3%;}
#video_width{ width:100% !important; height:190px !important;}
#owl-demo2 .item2 ul li{ width:32.9%;}
#owl-demo2 .item2 ul li{ padding-bottom:10%; padding-top:11.5%;}
#owl-demo2{ margin-top:5%;}
#owl-demo3 .item dd .i_news_l ul li .four_txt{ width:100%;}
.category-list{padding-bottom:0px;}
.tab .tab-content { height:auto !important;}
#result{ width:85%; margin-left:4%;}
}
@media screen and (max-width: 640px) {
.i_pro_t{ font-size:24px; margin-top:20px;}
/*首页产品*/
#owl-demo2.owl-theme .owl-controls .owl-buttons{ display:none;}
/*案例*/
#owl-demo.owl-theme .owl-controls .owl-buttons{ display:none;}
#owl-demo .item{ height:70px;}
/*资讯中心*/
.i_about_t{ font-size:30px;}
#owl-demo{ height:140px;}
#owl-demo .item{ height:140px;}
#owl-demo2 .item, #owl-demo2 .item2{ width:100%;}

.i_pro_bg2 &gt; .category-list{ width:80%; text-align:center; z-index:9; position:relative;}
#owl-demo2 .item2 ul li{ width:49.5%;}
#owl-demo2 .item2 ul li:nth-child(1){  border-right:none;}
#owl-demo2 .item2 ul li:nth-child(2){  border-right:1px solid #ccc;}
#owl-demo2 .item2 ul li:nth-child(3){  border-right:none;}
#owl-demo2 .item2 ul li:nth-child(4){  border-right:1px solid #ccc;}
.i_about{ display:none;}
#owl-demo3 .item dd .i_news_l ul li .four_txt p{ display:none;}
#i_news_more{ display:none;}
#owl-demo3 .item dd .i_news_l ul li{ border-bottom:1px dashed #ccc; list-style-image:url(../images/li-img.png); }
#owl-demo2 .item .i_p_title{ font-size:18px; margin-top:6%;}
#owl-demo2 .item p{ font-size:12px;}
#owl-demo2 .item a img{ width:40%; margin:15px auto;}
#owl-demo3 .item dd .i_news_l ul li .four_txt .four_txt_img{ display:block;}
#guoluxuanxing{ display:none;}
}
@media screen and (max-width: 480px) {
/*案例*/
.owl-theme .owl-controls .owl-buttons div{ margin-top:-70%;}
#owl-demo .item{ height:70px;}
#owl-demo .item .bg-list-hs p{ height:88px;}
/*服务中心*/
.i_youshi ul li{ font-size:14px;}
}
@media screen and (max-width:375px) {
.shfw ul li a p{ font-size:14px;}
}
@media screen and (max-width:320px) {
/*案例*/
.owl-theme .owl-controls .owl-buttons div{ margin-top:-88%;}
#owl-demo .item{ height:400px;}
/*服务中心*/
.i_youshi ul li{ font-size:12px;}
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
/*	header.header-v1 {*/
/*	    margin-top: -20px;*/
/*	}*/
/*}*/

.pinyin{
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
    color: #000000;
    text-align: center;
    padding: 10px 0px 10px 0px;
  	 display:block;
}
</pre></body></html>